home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMSPLASHSCREEN / TFORMSPLASHSCREEN.txt < prev   
Encoding:
Text File  |  1997-12-06  |  2.5 KB  |  110 lines

  1. object FormSplashScreen: TFormSplashScreen
  2.   Left = 258
  3.   Top = 102
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'FormSplashScreen'
  7.   ClientHeight = 181
  8.   ClientWidth = 243
  9.   Font.Color = clBtnText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PanelMain: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 243
  24.     Height = 181
  25.     Align = alClient
  26.     BevelWidth = 3
  27.     TabOrder = 0
  28.     object PanelAbout: TPanel
  29.       Left = 11
  30.       Top = 11
  31.       Width = 220
  32.       Height = 158
  33.       BevelInner = bvRaised
  34.       BevelOuter = bvLowered
  35.       Locked = True
  36.       TabOrder = 0
  37.       object PanelContainer: TPanel
  38.         Left = 2
  39.         Top = 2
  40.         Width = 216
  41.         Height = 154
  42.         Align = alClient
  43.         BevelOuter = bvNone
  44.         BorderWidth = 8
  45.         TabOrder = 0
  46.         object PanelAPP_NAME: TPanel
  47.           Left = 8
  48.           Top = 8
  49.           Width = 200
  50.           Height = 34
  51.           Align = alTop
  52.           BevelOuter = bvNone
  53.           Caption = 'PanelAPP_NAME'
  54.           TabOrder = 0
  55.         end
  56.         object GroupBoxLoadingSettings: TGroupBox
  57.           Left = 8
  58.           Top = 113
  59.           Width = 200
  60.           Height = 33
  61.           Align = alBottom
  62.           Caption = 'Loading Settings'
  63.           TabOrder = 1
  64.           object ProgressBar: TProgressBar
  65.             Left = 2
  66.             Top = 15
  67.             Width = 196
  68.             Height = 16
  69.             Align = alClient
  70.             Min = 0
  71.             Max = 100
  72.             TabOrder = 0
  73.           end
  74.         end
  75.         object PanelVersion: TPanel
  76.           Left = 8
  77.           Top = 42
  78.           Width = 200
  79.           Height = 38
  80.           Align = alTop
  81.           BevelOuter = bvNone
  82.           Caption = 'PanelVersion'
  83.           TabOrder = 2
  84.           object ImageApp: TImage
  85.             Left = 0
  86.             Top = 3
  87.             Width = 32
  88.             Height = 32
  89.             AutoSize = True
  90.             Center = True
  91.             ParentShowHint = False
  92.             Picture.Data = {<image000.ico>}
  93.             ShowHint = False
  94.           end
  95.         end
  96.         object PanelCopyright: TPanel
  97.           Left = 8
  98.           Top = 80
  99.           Width = 200
  100.           Height = 26
  101.           Align = alTop
  102.           BevelOuter = bvNone
  103.           Caption = 'PanelCopyright'
  104.           TabOrder = 3
  105.         end
  106.       end
  107.     end
  108.   end
  109. end
  110.